home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Epic Collection 3
/
Epic Collection 3, The (1997)(Epic Marketing)[!].iso
/
internet
/
irc
/
amirc11
/
rexx
/
leave.amirx
next >
Wrap
Text File
|
1996-09-08
|
337b
|
19 lines
/* LEAVE.AMIRX -- Leave a channel with a message
\\ written by Oliver Wagner
//
\\ Put this script in PROGDIR:rexx/ and add this as an alias with the
// command: "/alias leave /rx leave %p"
\\
*/
PARSE ARG ARGS
OPTIONS RESULTS
if ARGS = "" then do
"echo P="d2c(27)"b«Error» Usage: LEAVE text"
exit
end
'say 'ARGS
'say /!leave'